Input for WinForms | ComponentOne
C1.Win.Input.Styles Namespace / DropDownControlStyles<T> Class
Members

In This Topic
    DropDownControlStyles<T> Class
    In This Topic
    The DropDownControlStyles<T> class represents the styles for the C1.Win.Input.C1DropDownControl control which contains display attributes that determine the appearance of control.
    Object Model
    DropDownControlStyles<T> ClassItemStyle ClassStateElementStyle ClassBaseStyle ClassStateElementStyle ClassStateElementStyle ClassStateElementStyle ClassStyledPropertyCollection ClassStyledPropertyCollection ClassStateElementStyle ClassBaseThemeProvider ClassStyledPropertyCollection ClassUnderlineStyle Class
    Syntax
    'Declaration
     
    
    Public Class DropDownControlStyles(Of T As {New, DropDownStyle}) 
       Inherits TextBoxStyles
    public class DropDownControlStyles<T> : TextBoxStyles 
    where T: new(), DropDownStyle
    Type Parameters
    T
    Inheritance Hierarchy

    System.Object
       C1.Win.Themes.StyledPropertyCollection
          C1.Win.Themes.BaseStyle
             C1.Win.Themes.BaseC1FrameworkStyle
                C1.Win.Input.Styles.InputStyles
                   C1.Win.Input.Styles.InputEditorStyles
                      C1.Win.Input.Styles.TextBoxStyles
                         C1.Win.Input.Styles.DropDownControlStyles<T>
                            C1.Win.Input.Pickers.ColorPicker.Styles.ColorPickerStyles
                            C1.Win.Input.Pickers.FontPicker.Styles.FontPickerStyles
                            C1.Win.Input.Styles.DropDownControlStyles

    See Also